Skip to main content

hiliteChanged

Type

message

Summary

Message generated when changing the current value of the ratings widget.

Syntax

hiliteChanged <pNewValue>, <pOldValue>

Description

Use the hiliteChanged message to update the value of grades in other controls or perform any other operation.

Parameters

NameTypeDescription

pNewValue

integer

The new value of the widget's currentValue property.

pOldValue

integer

The previous value of the currentValue property of the widget.

Examples

on hiliteChanged pNewValue, pOldValue
# Update the value of ratings to pNewValue
end hiliteChanged

Compatibility and Support

OS

mac

windows

linux

ios

android

Platforms

desktop

mobile

web